Hilt_ReplyReceiver

@Generated(value = "dagger.hilt.android.processor.internal.androidentrypoint.BroadcastReceiverGenerator")
abstract class Hilt_ReplyReceiver : BroadcastReceiver

A generated base class to be extended by the @dagger.hilt.android.AndroidEntryPoint annotated class. If using the Gradle plugin, this is swapped as the base class via bytecode transformation.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onReceive(context: Context, intent: Intent)